home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Code Resources / Jims CDEFs 1.50 / demo Source ƒ / demoWind.h < prev    next >
Encoding:
Text File  |  1995-10-27  |  844 b   |  23 lines  |  [TEXT/KAHL]

  1. // -----------------------------------------------------------------------------
  2. //    File        : demoWind.h
  3. //    Date        : October 14, 1994
  4. //    Author        : Jim Stout
  5. //    Purpose        : routines used for the demoCDEF Window
  6. //
  7. // -----------------------------------------------------------------------------
  8.  
  9. void    doNewControls        (WindowPtr theWindow);
  10. void    doSwapControls        (WindowPtr theWindow);
  11. void    doChangeColor        (WindowPtr theWindow);
  12. void     doChangePat            (WindowPtr theWindow, Boolean redraw);
  13. void    doControlClick        (ControlHandle theCtl, short thePart);
  14. void    doProgress            (void);
  15.  
  16.  
  17. void    make3DControls        (WindowPtr theWindow);
  18. void    makePopupControls    (WindowPtr theWindow);
  19. void    makeArrowControls    (WindowPtr theWindow);
  20. void    makeDateControls    (WindowPtr theWindow);
  21. void    makeSliderControls    (WindowPtr theWindow);
  22. void    makeProgressControls(WindowPtr theWindow);
  23.